php forum
php mysql forum
php mysql smarty
 
Page 6 of 6 < 1 2 3 4 5 6
Topic Options
#201367 - 07/17/04 12:35 PM Re: [6.6 - 6.7] [beta] Statistics
havoq Offline
Member

Registered: 09/11/01
Posts: 667
Loc: MI
Quote:
Originally posted by Brett:

Havoq:
Code:
# before the print
&FeaturedMember;
# this variable holds featured
$Statistics{FeaturedMember}



So how do you print it in forum summary? I've tried multiple things. qq~, print command, displayFH = qq~, etc etc
_________________________
-Jon
I have a measly [img]http://www.ubbdev.com/ud/?u=chugger93&s=1[/img] points, it's weak, I know wink
Where I continue to hack, even though it's a state of mind

Top
#201368 - 07/17/04 12:47 PM Re: [6.6 - 6.7] [beta] Statistics
havoq Offline
Member

Registered: 09/11/01
Posts: 667
Loc: MI
N/M, figured it out:

open ubb_forum_summary.cgi

Find:
Code:
$ThisHTML = $Header;
Add Above:
Code:
&FeaturedMember;
_________________________
-Jon
I have a measly [img]http://www.ubbdev.com/ud/?u=chugger93&s=1[/img] points, it's weak, I know wink
Where I continue to hack, even though it's a state of mind

Top
#201369 - 07/18/04 12:30 PM Re: [6.6 - 6.7] [beta] Statistics
havoq Offline
Member

Registered: 09/11/01
Posts: 667
Loc: MI
How many hours can the featured member stay? Whats the max? Because last night, I set it for a specific member at 12:01am. However, it switched members this morning I think around 12pm. Which means thats only 12 hours. I set it to update every 24. Hmmmm...
_________________________
-Jon
I have a measly [img]http://www.ubbdev.com/ud/?u=chugger93&s=1[/img] points, it's weak, I know wink
Where I continue to hack, even though it's a state of mind

Top
#201370 - 07/20/04 07:07 PM Re: [6.6 - 6.7] [beta] Statistics
havoq Offline
Member

Registered: 09/11/01
Posts: 667
Loc: MI
My featured member isn't even working correctly. I keep setting the user #, and then 1 hour for the random rotation. After an hour, it keeps setting itself to member #1, which is me, and it doesnt change. Very strange....
_________________________
-Jon
I have a measly [img]http://www.ubbdev.com/ud/?u=chugger93&s=1[/img] points, it's weak, I know wink
Where I continue to hack, even though it's a state of mind

Top
#201371 - 09/24/04 05:35 AM Re: [6.6 - 6.7] [beta] Statistics
radrico Offline
Junior Member

Registered: 08/27/04
Posts: 20
usually i have problems when i try to modify mine, but this one worked fine! Only problem i found was somehow it doesnt space from my last forum it just kinda goes right into it and looks crammed.. any help on that?

http://www.neverendingrejection.com/cgi-bin/ultimatebb.cgi

Top
#201372 - 03/11/05 03:31 PM Re: [6.6 - 6.7] [beta] Statistics
jsteinborn Offline
Junior Member

Registered: 12/05/01
Posts: 20
Help!

Just installed the stats package on a 6.7 board.

Code:
An error has occurred: 

Unmatched ( in regex; marked by <-- HERE in m/(2005|2004)-( <-- HERE [01]([0-3]|[10-12])(-dynamic|-cache|).cgi$/ at CGIPath/ubb_statistics.cgi line 684.  

Top
#201373 - 03/11/05 03:49 PM Re: [6.6 - 6.7] [beta] Statistics
Ian Spence Offline
Master Hacker

Registered: 01/25/03
Posts: 3765
Loc: Saint Johns, PA
try editing the following line in ubb_statistics.cgi

Code:
$g_month = $raffle[0] . ']([' . $raffle[1] . "|[$back" . '-12]';
to become

Code:
$g_month = $raffle[0] . ']([' . $raffle[1] . "|[$back" . '-12])';

Top
#201374 - 03/11/05 04:28 PM Re: [6.6 - 6.7] [beta] Statistics
jsteinborn Offline
Junior Member

Registered: 12/05/01
Posts: 20
Praise to Ian!

That did it.

Top
#201375 - 03/11/05 04:42 PM Re: [6.6 - 6.7] [beta] Statistics
jsteinborn Offline
Junior Member

Registered: 12/05/01
Posts: 20
Does "Statistics" show page views for a given forum? For instance i want to see which forums are the most popular.

Top
#201376 - 03/11/05 04:57 PM Re: [6.6 - 6.7] [beta] Statistics
Ian Spence Offline
Master Hacker

Registered: 01/25/03
Posts: 3765
Loc: Saint Johns, PA
no it does not. refer to my reply to you in the other topic.

Top
#201377 - 03/11/05 05:05 PM Re: [6.6 - 6.7] [beta] Statistics
jsteinborn Offline
Junior Member

Registered: 12/05/01
Posts: 20
Maybe the "hits hack" is what i should try.

Top
#201378 - 03/11/05 05:21 PM Re: [6.6 - 6.7] [beta] Statistics
Ian Spence Offline
Master Hacker

Registered: 01/25/03
Posts: 3765
Loc: Saint Johns, PA
that would give you totals, but it wouldn't tell you how many in a certain month

Top
#201379 - 03/13/05 02:55 PM Re: [6.6 - 6.7] [beta] Statistics
Brett Offline
Moderator

Registered: 05/04/01
Posts: 992
Loc: Little Rock, AR
Updated the zip file per Ian's fix. Thankya much! smile

Top
#201380 - 02/20/06 07:38 PM Re: [6.6 - 6.7] [beta] Statistics
AshtarRose Offline
Journeyman

Registered: 09/22/05
Posts: 137
Loc: Columbus, OH
An error has occurred:

/(2006|2005)-([01]([0-2]|[9-12]))(-dynamic|-cache|).cgi$/: invalid [] range "9-1" in regexp at CGIPath/ubb_statistics.cgi line 684.

Please inform the board administration of this error so that they may fix the problem. Thank you!
_________________________
http://www.riddledindarkness.com * Yeah I need the Crazy Mods.

Top
#201381 - 02/20/06 11:45 PM Re: [6.6 - 6.7] [beta] Statistics
Brett Offline
Moderator

Registered: 05/04/01
Posts: 992
Loc: Little Rock, AR
AshtarRose / Any who are receiving this error,

I have updated the zip file, with ubb_statistics.cgi having the only changes to fix this bug once and for all.

http://www.ubbdev.com/ubb/upload/00006378/Statistics6.7.zip

Let me know if something comes up.

Top
Page 6 of 6 < 1 2 3 4 5 6



Moderator:  Charles, Gizmo 
Latest Posts
[7.2.1] - Naked shoutbox
by bellaonline
05/05/12 05:00 PM
[7.x] Stop Forum Spam Integration v0.4
by bellaonline
05/05/12 03:53 PM
Shout Box

(Views)Popular Topics
Known public proxy servers 1689885
Integrated Index Page (IIP) 5.3.1 555705
Finished-[6.5.2] Games Arcade Deluxe v1.9 501236
Integrated Index Page (IIP) 5.1.1 415112
TLD Bv2.1 Released - Threads Links Directory 396822
[6.0x] Who's Online 4.0.0 [Finished] 389412
Finished-[6.5.1] Integrated Index Page (IIP) 6.5 330423
Q & A 298663
Slash UBB 266936
[6.3.x] [beta] Hit Hack 2.0 227970
Forum Stats
13621 Members
59 Forums
37191 Topics
295716 Posts

Max Online: 686 @ 06/28/07 07:04 AM

 

 

 
fusionbb message board php hacks